google.golang.org/grpc/internal/transport.goAway.headsUp (field)

3 uses

	google.golang.org/grpc/internal/transport (current package)
		controlbuf.go#L203: 	headsUp   bool
		http2_server.go#L1379: 	t.controlBuf.put(&goAway{code: http2.ErrCodeNo, debugData: []byte(debugData), headsUp: true})
		http2_server.go#L1395: 	if !g.headsUp {